home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / memory & system tools / memcheck / memcheck.readme < prev    next >
Text File  |  1996-04-07  |  2KB  |  82 lines

  1. Short: Memory Checker
  2. Type: util/misc
  3. Uploader: cosinus@deepthought.north.de
  4. Author: atte@crash.north.de
  5.  
  6. System requirements:   Kickstart 2.04+
  7.  
  8.  
  9. Copyright
  10. =========
  11.  
  12.    MemCheck 37.2 (Release 1.0) - Copyright © 1994 by Andreas Gelhausen,
  13. all rights reserved.
  14.  
  15.    MemCheck is freely distributable. No part of this archive is allowed
  16. to be distributed with commercial software without written permission
  17. of the author.
  18.  
  19.  
  20. No Warranty
  21. ===========
  22.  
  23.    No warranties are made for this program. All use is at your own risk.
  24. No liability or responsibility is assumed for any damages occured
  25. during the usage of MemCheck. You have been warned.
  26.  
  27.  
  28. Usage
  29. =====
  30.  
  31.    MemCheck is a small utility that allows you to test your memory on
  32. two different ways.
  33.  
  34.    SEGMENT TEST:  This function checks all elements (memory segments) of
  35.       exec's memlist (each segment from start address to end address). 
  36.       Each longword will be initialized through a certain value. If this
  37.       certain value will not be found after initialization, a chip of
  38.       the memory segment is defect.
  39.  
  40.    ADDRESS TEST:  The free memory will be allocated and all longwords
  41.       will be initialized with their own addresses. Then MemCheck checks
  42.       the values of each allocated longword. If a longword has a value
  43.       that is different from its own address, something is going wrong
  44.       in your system. In this case data will be written to wrong
  45.       addresses.
  46.  
  47.       Example: My A2630 have had a defect logical chip. Many system
  48.       crashes were the result. Something like
  49.  
  50.          '*** ERROR AT ADDRESS: $00201042  VALUE: $00209042'
  51.  
  52.       has shown me, that the fifteenth bit was sometimes wrong.
  53.  
  54.  
  55. You can select the following options:
  56.  
  57.    TOOLPRI/K/N: You can set the task priority of memcheck from -128
  58.                 to 127. Example: 'memcheck toolpri=1'
  59.  
  60.    LOOP/S: If you select this option, MemCheck will run till you break
  61.            the process through a CTRL-C or CTRL-D.
  62.  
  63.  
  64. How to reach the author
  65. =======================
  66.  
  67.    If you have questions, suggestions, bug reports or anything else,
  68. you can send electronic mails to:
  69.  
  70.               atte@crash.north.de (Andreas Gelhausen)
  71.                                or
  72.                     2:2426/2020.24  (on FidoNet)
  73.  
  74.    If it is not possible for you to use this way, you can also send 
  75. letters to:
  76.  
  77.                        Andreas Gelhausen
  78.                        Graf Spee Str. 23b
  79.                        26123 Oldenburg
  80.                           - Germany -
  81.  
  82.